home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / MiniExamples / Rotato / wraps.psw < prev   
Encoding:
Text File  |  1991-04-17  |  198 b   |  10 lines

  1. defineps PSW_transformToFit (int Rot; int angle; float w; float h)
  2.     w h 0 0 4 Rot roll translate pop pop
  3.     angle rotate
  4. endps
  5.  
  6. defineps PSW_flipit(float w; float h)
  7.     0 h translate 
  8.     1 -1 scale
  9. endps
  10.